home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 4 / Gold Medal Software - Volume 4 (Gold Medal) (1994).iso / menuts / hdmm468.arj / EDIT.BAT < prev    next >
DOS Batch File  |  1993-12-23  |  372b  |  10 lines

  1. ECHO OFF
  2. CLS
  3. if %1. == exact. c:\qedit\exact %2 %3 %4 %5 %6 %7 %8 %9
  4. if %1. == EXACT. c:\qedit\exact %2 %3 %4 %5 %6 %7 %8 %9
  5. if exist c:\qedit\q.exe c:\qedit\q %1 %2 %3 %4 %5 %6 %7 %8 %9
  6. if not exist c:\qedit\q.exe if exist \dos\edit.* \dos\edit %1 %2 %3 %4 %5 %6 %7 %8 %9
  7. if not exist c:\qedit\q.exe if not exist \dos\edit.* pcshell %1 %2 %3 %4 %5 %6 %7 %8 %9
  8.  
  9.  
  10.